Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix mkdoc yaml #312

Merged
merged 2 commits into from
Nov 3, 2024
Merged

Fix mkdoc yaml #312

merged 2 commits into from
Nov 3, 2024

Conversation

kayjan
Copy link
Owner

@kayjan kayjan commented Nov 3, 2024

Description

Testing

Additional notes

Checklist

I have read through the contributing guidelines and ensured that

  • I have added a descriptive title for this pull request.
  • I have followed the convention and standards, and my code is checked for style and correctness.
  • I have added test cases, and unit tests pass with 100% code coverage.
  • I have updated the documentation and code docstrings.

Checklist (for reviewer)

  • I have added label (breaking / enhancement / bug / documentation) to this pull request, if applicable.
  • I will ensure this change is captured in the CHANGELOG.md file.

@kayjan kayjan added the documentation Improvements or additions to documentation label Nov 3, 2024
@kayjan kayjan merged commit 4bce14e into master Nov 3, 2024
6 checks passed
@kayjan kayjan deleted the feature/mkdoc-jupyter branch November 3, 2024 04:12
Copy link
Contributor

github-actions bot commented Nov 3, 2024

Code Coverage

Package Line Rate Branch Rate Complexity Health
bigtree 100% 100% 0
bigtree.binarytree 100% 100% 0
bigtree.dag 100% 100% 0
bigtree.node 100% 100% 0
bigtree.tree 100% 100% 0
bigtree.utils 100% 100% 0
Summary 100% (2374 / 2374) 100% (1004 / 1004) 0

Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark

Benchmark suite Current: c51605b Previous: 9d92bc5 Ratio
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10 15715.375687757789 iter/sec (stddev: 0.000006247076279885369) 16158.834883809093 iter/sec (stddev: 0.000003963545643207034) 1.03
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100 673.1903297557409 iter/sec (stddev: 0.000004374728235067034) 683.0918842606064 iter/sec (stddev: 3.519977591751487e-7) 1.01
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000 12.141140839967981 iter/sec (stddev: 0.0029768434641067975) 12.140945145189988 iter/sec (stddev: 0.0023646978709426824) 1.00
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10 71.05542614211393 iter/sec (stddev: 0.0028051185517848553) 69.59431047581747 iter/sec (stddev: 0.0031119316891692872) 0.98
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_10_no_assertions 11553.54113150832 iter/sec (stddev: 0.00006274943358051125) 9840.96024158046 iter/sec (stddev: 0.00008316367705918571) 0.85
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_100_no_assertions 1665.8760696487304 iter/sec (stddev: 0.000005011477890199395) 1685.4551373558784 iter/sec (stddev: 0.000003588213357819562) 1.01
tests/node/test_node_benchmark.py::test_node_benchmark_width_1_depth_1000_no_assertions 127.55500568860235 iter/sec (stddev: 0.002325716841861352) 117.12380066549073 iter/sec (stddev: 0.0032496510585617085) 0.92
tests/node/test_node_benchmark.py::test_node_benchmark_width_2_depth_10_no_assertions 97.32173125939144 iter/sec (stddev: 0.0027006635359903644) 96.2840824108349 iter/sec (stddev: 0.003077073870442004) 0.99

This comment was automatically generated by workflow using github-action-benchmark.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant